home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -readerstuff- / daithi_o'cuinn / uninstall_anim_randomiser < prev    next >
Text File  |  1999-01-07  |  468b  |  18 lines

  1. /* Uninstall v1.03 */
  2.  
  3. address COMMAND
  4.  
  5. if ~exists("IBrowse") then do
  6.     say "This program must be executed from inside the IBrowse directory!"
  7.     exit
  8. end
  9.  
  10. 'copy Transfer_Anims/def_TransferAnimation.1 images/def_TransferAnimation'
  11. 'copy Transfer_Anims/def_TransferAnimation.1.info images/def_TransferAnimation.info'
  12.  
  13. 'delete Transfer_Anims ALL'
  14.  
  15. 'delete Random_IBrowse_Anim_Go!#?'
  16. 'delete Install_New_Anim#?'
  17. 'delete RandAnim.guide#?'
  18. 'delete Uninstall_Anim_Randomiser#?'